home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / flut39st.zoo / fileutils-3.9 / man / du.1 < prev    next >
Encoding:
Text File  |  1994-03-26  |  3.2 KB  |  129 lines

  1.  
  2.  
  3.  
  4. DU(1L)                               DU(1L)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        du - summarize disk usage
  9.  
  10. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  11.        d✓du✓u [-abcklsxDLS]    [--all]    [--total] [--count-links] [--sum-
  12.        marize]     [--bytes]   [--kilobytes]    [--one-file-system]
  13.        [--separate-dirs]   [--dereference]   [--dereference-args]
  14.        [--help]    [--version] [path...]
  15.  
  16. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  17.        This manual page    documents the GNU version of d✓du✓u.  d✓du✓u dis-
  18.        plays  the  amount of disk space    used by    each argument and
  19.        for each    subdirectory of    directory arguments.   The  space
  20.        is  measured  in    1K blocks by default, unless the environ-
  21.        ment  variable  POSIXLY_CORRECT    is  set,  in  which  case
  22.        512-byte    blocks are used.
  23.  
  24.    O✓OP✓PT✓TI✓IO✓ON✓NS✓S
  25.        _✓-_✓a_✓, _✓-_✓-_✓a_✓l_✓l
  26.           Display counts for all files, not    just directories.
  27.  
  28.        _✓-_✓b_✓, _✓-_✓-_✓b_✓y_✓t_✓e_✓s
  29.           Print sizes in bytes.
  30.  
  31.        _✓-_✓c_✓, _✓-_✓-_✓t_✓o_✓t_✓a_✓l
  32.           Write a grand total of all of the     arguments  after
  33.           all  arguments  have  been  processed.  This can be
  34.           used to find out the disk     usage    of  a  directory,
  35.           with some    files excluded.
  36.  
  37.        _✓-_✓k_✓, _✓-_✓-_✓k_✓i_✓l_✓o_✓b_✓y_✓t_✓e_✓s
  38.           Print sizes in kilobytes.     This overrides    the envi-
  39.           ronment variable POSIXLY_CORRECT.
  40.  
  41.        _✓-_✓l_✓, _✓-_✓-_✓c_✓o_✓u_✓n_✓t_✓-_✓l_✓i_✓n_✓k_✓s
  42.           Count the    size of    all  files,  even  if  they  have
  43.           appeared already in another hard link.
  44.  
  45.        _✓-_✓s_✓, _✓-_✓-_✓s_✓u_✓m_✓m_✓a_✓r_✓i_✓z_✓e
  46.           Display only a total for each argument.
  47.  
  48.        _✓-_✓x_✓, _✓-_✓-_✓o_✓n_✓e_✓-_✓f_✓i_✓l_✓e_✓-_✓s_✓y_✓s_✓t_✓e_✓m
  49.           Skip  directories    that are on different filesystems
  50.           from the one that    the argument being  processed  is
  51.           on.
  52.  
  53.        _✓-_✓D_✓, _✓-_✓-_✓d_✓e_✓r_✓e_✓f_✓e_✓r_✓e_✓n_✓c_✓e_✓-_✓a_✓r_✓g_✓s
  54.           Dereference  symbolic  links  that are command line
  55.           arguments.  Does not affect other     symbolic  links.
  56.           This  is    helpful    for finding out    the disk usage of
  57.           directories like /usr/tmp    where they  are     symbolic
  58.           links.
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF            GNU File Utilities            1
  65.  
  66.  
  67.  
  68. DU(1L)                               DU(1L)
  69.  
  70.  
  71.        _✓-_✓L_✓, _✓-_✓-_✓d_✓e_✓r_✓e_✓f_✓e_✓r_✓e_✓n_✓c_✓e
  72.           Dereference  symbolic  links  (show  the disk space
  73.           used by the file or directory that the link  points
  74.           to instead of the    space used by the link).
  75.  
  76.        _✓-_✓S_✓, _✓-_✓-_✓s_✓e_✓p_✓a_✓r_✓a_✓t_✓e_✓-_✓d_✓i_✓r_✓s
  77.           Count  the  size    of each    directory separately, not
  78.           including    the sizes of subdirectories.
  79.  
  80.        _✓-_✓-_✓h_✓e_✓l_✓p Print a usage message on standard    output    and  exit
  81.           successfully.
  82.  
  83.        _✓-_✓-_✓v_✓e_✓r_✓s_✓i_✓o_✓n
  84.           Print  version  information on standard output then
  85.           exit successfully.
  86.  
  87. B✓BU✓UG✓GS✓S
  88.        On BSD systems, d✓du✓u reports sizes    that are half the correct
  89.        values  for files that are NFS-mounted from HP-UX systems.
  90.        On HP-UX    systems, it reports sizes that are twice the cor-
  91.        rect  values  for files that are    NFS-mounted from BSD sys-
  92.        tems.  This is due to a flaw in HP-UX; it also affects the
  93.        HP-UX d✓du✓u    program.
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128. FSF            GNU File Utilities            2
  129.